LogManager

public class LogManager

Utility class for LogManager.

This class is used for any logging operation done through the Mobile SDK. Any application that uses the Mobile SDK can also use this class for their own logging operations.

For example LogManager.log(LogLevel.Info, "context information","operation done");

Since

2.0.0

Functions

Link copied to clipboard
public static void log(Constants.LogLevel logLevel, String tag, String message)
public static void log(Constants.LogLevel logLevel, String tag, String message, Exception exception)
This method transmits the desired log message with related LogLevel and TAG to given logger instance
Link copied to clipboard
public static void logInvocation(String tag, String className, String methodName)
This method logs invocation of API level methods
Link copied to clipboard
public static void logWebRTC(String message)